docs(skills): point design-handoff at specs/ and new docs paths#12
Merged
Conversation
Update the design-handoff skill to match the revised handoff process and doc taxonomy: - Handoff bundle now lands in/is deleted from `specs/` instead of `docs/design/` (SKILL.md, ingesting-the-bundle.md, verification-and-signoff.md, Taskfile.design.yml ingest:design default DEST). - Persistent human design docs consolidated from the `docs/design/` folder into a single `docs/architecture/design-language.md` (visual + UX = architecture). - DDR references aligned from bare `/decisions/` to `docs/decisions/`. Root `DESIGN.md` (AI-facing intent) is intentionally left in place. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the
design-handoffskill to match the revised handoff process and documentation taxonomy.Handoff bundle:
docs/design/→specs/The Claude Design export now lands in (and is deleted from)
specs/instead ofdocs/design/:SKILL.md— inputs, Phase 0 locate-the-bundle, Phase 7 deletereferences/ingesting-the-bundle.md—tar -xzf … -C specs/, move/rename target, "leave untouched" locationreferences/verification-and-signoff.md— Phase 7 delete stepassets/Taskfile.design.yml—ingest:designdefaultDESTand its descriptionPersistent design docs:
docs/design/folder →docs/architecture/design-language.mdThe human-facing design docs (formerly
brand.md,design-system.md,components.md,accessibility.md,ux.md) consolidate into a singledocs/architecture/design-language.md— visual + UX design language is architecture per the new taxonomy.DDR references:
/decisions/→docs/decisions/Aligned the DDR location references across
SKILL.md,verification-and-signoff.md,evolving-the-system.md, andethics-and-licensing.md.Intentionally unchanged
Root
DESIGN.md(AI-facing intent file) stays in place — it's distinct from the human-facing docs folder.Notes
--no-verifybecause theansible-lintpre-commit hook is crashing on a broken Python env (ModuleNotFoundError), unrelated to these files. CI hooks still run on this PR.🤖 Generated with Claude Code